home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / pccp019.zip / HOSTDEMO.SCR < prev    next >
Text File  |  1992-04-27  |  540b  |  46 lines

  1. 1 2400 8n1
  2.  
  3. ; Configure modem and run host program
  4.  
  5. : 0
  6. ? 30
  7. < |~at~&f&c1&d2s0=1|
  8. > 10 OK
  9. p 5
  10. r 110 5
  11. ! |Couldn't initialize modem; retrying...|
  12. g 0
  13.  
  14. : 110
  15. ! |Error initializing modem|
  16. q 129
  17.  
  18. : 10
  19. s 100 host 1 2400 kowabunga
  20.  
  21. : 130
  22. < |~at~s0=0|
  23. > 20 OK
  24. p 5
  25. r 120 5
  26. ! |Couldn't clear auto answer; retrying...|
  27. g 130
  28.  
  29. : 120
  30. ! |Error clearing auto-answer in modem|
  31. q 130
  32.  
  33. : 20
  34. q 128
  35.  
  36. : 100
  37. ! |Couldn't run host program|
  38. g 130
  39.  
  40. : 30
  41. p 5
  42. r 150 2
  43. g 0
  44. ! |Port blocked for three 5-second checks.|
  45. q 140
  46.